home *** CD-ROM | disk | FTP | other *** search
/ BigMax 6 / BigMax nº 6 [rebuilt].iso / DEMOS / FOFAO / A40.DXR / 00050_sair.ls < prev    next >
Encoding:
Text File  |  1996-11-20  |  715 b   |  20 lines

  1. on mouseUp
  2.   repeat with i = 1 to 14
  3.     set the puppet of sprite 23 to 1
  4.     set the locV of sprite 23 to the locV of sprite 23 + i
  5.     set the puppet of sprite 24 to 1
  6.     set the locV of sprite 24 to the locV of sprite 24 + i
  7.     set the puppet of sprite 25 to 1
  8.     set the locV of sprite 25 to the locV of sprite 25 + i
  9.     set the puppet of sprite 26 to 1
  10.     set the locV of sprite 26 to the locV of sprite 26 + i
  11.     set the puppet of sprite 27 to 1
  12.     set the locV of sprite 27 to the locV of sprite 27 + i
  13.     set the puppet of sprite 28 to 1
  14.     set the locV of sprite 28 to the locV of sprite 28 + i
  15.     updateStage()
  16.   end repeat
  17.   set the titleVisible of window "SAIR" to 0
  18.   open(window "SAIR")
  19. end
  20.